Postcode
In this section, you will find the list of all the postcodes where Peddler offers its delivery services. The list is split based on the cities.
Amsterdam (AMS)
1000
, 1002
, 1005
, 1003
, 1008
, 1006
, 1009
, 1011
, 1001
, 1007
, 1012
, 1013
, 1014
, 1015
, 1016
, 1017
, 1018
, 1020
, 1021
, 1019
, 1022
, 1025
, 1030
, 1032
, 1031
, 1033
, 1034
, 1036
, 1041
, 1045
, 1053
, 1052
, 1054
, 1055
, 1056
, 1057
, 1058
, 1051
, 1059
, 1060
, 1063
, 1061
, 1062
, 1065
, 1064
, 1066
, 1067
, 1069
, 1068
, 1070
, 1071
, 1072
, 1073
, 1079
, 1075
, 1076
, 1074
, 1078
, 1077
, 1080
, 1081
, 1082
, 1083
, 1086
, 1090
, 1087
, 1091
, 1092
, 1094
, 1093
, 1095
, 1096
, 1097
, 1098
, 1099
, 1042
, 1024
, 1171
, 1043
, 1175
Amstelveen (ASV)
1181
, 1182
, 1183
, 1185
, 1186
Den Haag (DHG)
2261
, 2262
, 2264
, 2265
, 2271
, 2272
, 2273
, 2274
, 2275
, 2597
, 2596
, 2594
, 2591
, 2592
, 2593
, 2595
, 2516
, 2490
, 2505
, 2517
, 2513
, 2502
, 2500
, 2504
, 2501
, 2503
, 2508
, 2506
, 2509
, 2511
, 2515
, 2512
, 2514
, 2507
, 2518
, 2573
, 2525
, 2526
, 2533
, 2585
, 2288
, 2543
, 2562
, 2566
, 2555
, 2584
, 2282
, 2563
, 2583
, 2532
, 2287
, 2548
, 2587
, 2531
, 2542
, 2547
, 2522
, 2523
, 2574
, 2289
, 2280
, 2285
, 2553
, 2521
, 2586
, 2551
, 2554
, 2582
, 2284
, 2561
, 2541
, 2552
, 2564
, 2281
, 2545
, 2524
, 2546
, 2581
, 2283
, 2565
, 2571
, 2544
, 2572
, 2286
, 2291
, 2270
, 2260
, 2290
, 2292
, 2267
, 2600
, 2601
, 2611
, 2612
, 2613
, 2614
, 2616
, 2622
, 2623
, 2624
, 2625
, 2626
, 2627
, 2628
, 2629
Rotterdam (ROT)
3011
, 3063
, 3061
, 3031
, 3034
, 3035
, 3032
, 3033
, 3013
, 3012
, 3014
, 3071
, 3072
, 3015
, 3021
, 3022
, 3023
, 3016
, 3017
, 3018
, 3019
, 3020
, 3024
, 3025
, 3026
, 3027
, 3028
, 3029
, 3030
, 3036
, 3037
, 3038
, 3039
, 3040
, 3041
, 3042
, 3043
, 3044
, 3045
, 3047
, 3048
, 3049
, 3050
, 3051
, 3052
, 3053
, 3054
, 3055
, 3056
, 3057
, 3058
, 3060
, 3062
, 3065
, 3066
, 3068
, 3069
, 3070
, 3073
, 3074
, 3080
, 3081
, 3082
, 3083
, 3067
, 2901
, 2902
, 2903
, 2904
, 2905
, 2906
, 2907
, 2908
, 2909
Utrecht (UTR)
3511
, 3512
, 3513
, 3514
, 3515
, 3521
, 3522
, 3523
, 3524
, 3525
, 3526
, 3527
, 3531
, 3532
, 3533
, 3571
, 3572
, 3573
, 3581
, 3582
, 3583
, 3584
, 3585
, 3542
, 3566
, 3545
, 3528
, 3543
, 3544
, 3551
, 3552
, 3454
, 3541
, 3553
, 3555
, 3554
, 3561
, 3562
, 3563
, 3564
, 3565
, 3450
, 3534
, 3600
, 3601
, 3602
, 3603
, 3604
, 3605
, 3606
, 3607
, 3608
, 3451
, 3453
, 3452
, 3455
The list might NOT be the real-time list of postcodes that are available for delivery. If you want to check if a postcode is available for delivery, please use the /postcodes
endpoint to get the latest list of postcodes.
Get all postcodes
To get all the postcodes for a specific carrier, you can use the following endpoint:
curl --location 'https://alphadev-api.peddler.com/api/Carriers/{carrier_id}/postcodes' \
--header 'Authorization: Bearer ewFP9DYiDAKedxkcfeCj9Znp0X5WkXOk'
Validate a postcode
To validate a postcode for a specific carrier, you can use the following endpoint:
curl --location 'https://alphadev-api.peddler.com/api/Carriers/{carrier_id}/postcode?postcode=1066' \
--header 'Authorization: Bearer ewFP9DYiDAKedxkcfeCj9Znp0X5WkXOk'
Postcode validation is not neccsary since it is implicitly done when you create a shipment.